Lender Price API
Locking a Loan with LOS / 12. Approve Extension
In This Topic
    12. Approve Extension
    In This Topic

    To approve a lock request, create a lock event using the addLockEvent call. Within the body of the call, set the lockStatusLogic object to Approved.

    Path

    /rest/v1/lp-ppe-api/price-quote/addLockEvent

    Headers

    secret

    {{token}}

    companyid

    {{companyId}}

    Path Parameters

    There are no path parameters.

    Body

    In the body, pass the standard IDs, along with a scenario lock, any exception or extension data if applicable, the date, and a comment. See 7.3 Add Request Lock Event.

    In addition, include the lockStatusLogic:

    "lockStatusLogic": "Approved",
    

    Response

    There is no body response to this call.